
* {
	margin: 0;
	padding: 0;
	/*字体笔画精细化*/
	-webkit-text-stroke-width: 0rem;
	-moz-text-stroke-width: 0rem;
	-o-text-stroke-width: 0rem;
	-ms-text-stroke-width: 0rem;
	/*边框和内间距算在宽度和高度之内*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0;}  /* 初始化标签在所有浏览器中的margin、padding值 */  
fieldset,img {border:0 none;}  /* 重置fieldset（表单分组）、图片的边框为0*/  
dl,ul,ol,menu,li {list-style:none;}   /* 重置类表前导符号为onne,menu在HTML5中有效 */  
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */  
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}  /* 重置嵌套引用*/  
input,select,textarea,button {vertical-align:middle;}  /* 重置表单控件垂直居中*/  
input,button,select,textarea{outline:none}
button {border:0 none;background-color:transparent;cursor:pointer;}  /* 重置表单button按钮效果 */  
body {background:#fff;}   /* 重置body 页面背景为白色 */  
body,th,td,input,select,textarea,button {font-size:12px;font-family:"微软雅黑", "黑体","宋体";} /* 重置页面文字属性 */  
a {color:#333;text-decoration:none;}  /* 重置链接a标签 */  
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */  
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}  /* 重置样式标签的样式 */  
caption {display:none;}    /* 重置表格标题为隐藏 */  
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */  
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */  
   
/* 页面设置 */  
   
  /* 取消a标签点击后的虚线框 */  
a {outline: none;}    
a:active {star:expression(this.onFocus=this.blur());}  
   
 /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */  
/*   
::selection {color: #fff;background-color: #4C6E78;}      
::-moz-selection {color: #fff;background-color: #4C6E78;}   
*/  
  
/*清除浮动*/  
.clear{clear: both;}  
/*清除浮动--推荐使用*/  
.clearfix:before,.clearfix:after{content: '';display: table;}  
.clearfix:after{clear: both;}  
/* 公共样式 */
.commonWidth {
	width: 1170px;
	margin: 0 auto;
}
.container{
	padding: 0;
}
.hide {
	display: none;
}
.hidde{
	display: none;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: none ;
}
.header-div {
	width: 100%;
	position: relative;
}
.header {
	height: 116px;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}
.header .logo {
	height: 86px;
	display: block;
	overflow: hidden;
	width: 410px;
	float: left;
}
.header .bg-logo {
	float: left;
	margin: 12px 20px 20px 20px;
	display: inline-block;
}
.header h1 {
	font-size: 23px;
	font-family: "宋体";
	color: #0374c2;
	margin-top: 27px;
	margin-bottom: 6px;
}
.header p {
	color: #333333;
	font-size: 10px;
}
.header .search-box {
	float: right;
	display: inline-block;
	margin-top: 23px;
	margin-right: 30px;
}
.header .search {
	color: #999;
	float: left;
	width: 183px;
}
.search input{
	width: 100%;
}
.header .search input {
	padding-left: 15px;
	border: 1px solid #2169b7;
	height: 30px;
	line-height: 30px;
}
.header .button input {
	width: 34px;
	height: 30px;
	background: url(../images/search.png) no-repeat 8px 8px;
	background-color: #0474c2;
	border: none;
	cursor: pointer;
}
.header .button {
	float: left;
	margin-left: 5px;
	border: none;
}
.nav-div {
	height: 40px;
	/*background: -webkit-linear-gradient(#0b8be4, #0060a3);
	background: -o-linear-gradient(#0b8be4, #0060a3);
	background: -moz-linear-gradient(#0b8be4, #0060a3);
	background: linear-gradient(#0b8be4, #0060a3);*/
	background: url(../images/nav_bg.jpg) repeat;
	background-size: auto 100% ;
	position: absolute;
	left: 50%;
	top: 68px;
	z-index: 10;
	margin-left: -590px;
}
.nav-div .nav li {
	float: left;
	width: 128px;
	height: 40px;
	position: relative;
}
.nav-div .nav .form {
	background: url(../images/nav-list-bg.png) no-repeat;
	background-position: right bottom;
}
.nav-div .nav li a {
	line-height: 40px;
	display: inline-block;
	color: #c4dcec;
	text-align: center;
	width: 100%;
	font-size: 16px;
	padding: 0;
}
.nav-div .nav li .active {
	color: #fff;
	font-weight: bold;
}
.nav-div .nav li a:hover {
	color: #fff;
	font-weight: bold;
}
.nav-div .nav2 {
	padding: 10px 0 16px 0;
	position: absolute;
	left: 0;
	top: 40px;
	background: #fff;
	z-index: 2;
}
.nav-div .nav2 li,
.nav-div .nav3 li {
	height: 36px;
	position: relative;
}
.nav-div .nav2 li a,
.nav-div .nav3 li a {
	width: 100%;
	background-color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	font-size: 16px;
	color: #333;
	display: inline-block;
}
.nav-div .ul-li li a {
	font-size: 12px !important;
}
.nav-div .nav2 .active2 a {
	color: #fff;
	background-color: #0474c2;
}
.nav-div .nav2 a:hover {
	color: #fff !important;
	background-color: #0474c2 !important;
}
.nav-div .nav3 {
	position: absolute;
	left: 128px;
	top: 0;
}
.main {
	overflow: hidden;
	background-color: #fff;
}
.side-main {
	overflow: hidden;
}
.main .ad,
.main .stock {
	width: 398px;
	border: 1px solid #e5f0fb;
	display: inline-block;
	float: right;
	background: #fff;
}
.h_gg{
	float: right;
	color: #2361ba;
	font-size: 12px;
}
.h_gg:hover{
	text-decoration: underline;
}
.main .ad h2,
.main .stock h2 {
	height: 37px;
	line-height: 37px;
	color: #333;
	width: 100%;
	font-size: 16px;
	padding: 0 18px;
	background: -webkit-linear-gradient( #fdfdfd, #f4f9ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fdfdfd, #f4f9ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fdfdfd, #f4f9ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#fdfdfd, #f4f9ff);
	/* 标准的语法 */
}
.main .stock {
	margin-top: 14px;
}
.main .mes {
	padding: 10px;
	height: 200px;
	overflow: hidden;
}
.main .mes img{
	width: 100%;
}
.mes{
	position: relative;
}
.zhezaos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main .ad .title-top {
	border: 1px solid #e5f0fb;
	padding-left: 12px;
	padding-top: 12px;
	background-color: #f4f8fd;
	padding-right: 8px;
	margin: 8px;
	margin-bottom: 0;
}
.main .ad .title-top h3 {
	font-size: 18px;
	font-weight: bold;
	color: #2361ba;
	margin-bottom: 12px;
}
.main .ad .title-top p {
	line-height: 18px;
	color: #333333;
	text-indent: 26px;
	padding-bottom: 10px;
}
.main .ad .title-top p a {
	color: #2361ba;
}
.main .ad .title-top p a:hover {
	text-decoration: underline;
}
.main .ad .new-list {
	line-height: 46px;
	border-bottom: 1px dashed #eeeeee;
	padding-left: 9px;
	background-color: #fff;
	padding-right: 8px;
	margin: 0 8px;
}
.main .ad .last-li {
	border-bottom: none;
}
.main .ad .new-list a:hover {
	text-decoration: underline;
}
.main .ad .new-list span {
	float: right;
}
.main .dongtai {
	margin: 14px 0;
	border: 1px solid #e5f0fb;
	padding: 8px 10px;
	display: block;
	overflow: hidden;
	color: #2361ba;
	background-color: #fff;
}
.dongtai_left {
	width: 76px;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #767676;
	float: left;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.dongtai_right, .dongtai_right ul{
	float: left; 
	height: 24px;
	padding-left: 10px;
	/*overflow: hidden;*/
}
.dongtai_right ul a {
	/*float: left;*/
	height: 24px;
	line-height: 24px;
	margin-left: 27px;
	color: #333;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	display: inline-block;
}
.dongtai_right ul a:hover {
	text-decoration: underline;
}
.newsbox {
	width: 742px;
	float: left;
	display: inline-block;
	border: 1px solid #e5f0fb;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 20px;
}
.newsbox h3 {
	line-height: 36px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #e5f0fb;
	padding: 0 10px;
	background: -webkit-linear-gradient( #fdfdfd, #f4f9ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fdfdfd, #f4f9ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fdfdfd, #f4f9ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#fdfdfd, #f4f9ff);
	/* 标准的语法 */
}
.newsbox h3 a {
	float: right;
	font-size: 12px;
	color: #2361ba;
}
.newsbox h3 a:hover {
	text-decoration: underline;
}
.newsbox .item {
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.h_news_left{
	width: 190px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	width: 190px;
	display: inline-block;
}
.h_news_right{
	float: left;
	max-width: 515px;
	padding-left: 20px;
	display: inline-block;
}
.h_news{
	padding: 0 14px 0 14px;
}
.h_news_left img{
	width: 100%;
}
.newsbox .item h2 {
	line-height: 24px;
	font-size: 18px;
	margin-top: 20px;
	color: #2361ba;
	padding: 0 10px;
}
.newsbox .item .pic {
	display: inline-block;
	float: left;
	width: 186px;
	height: 132px;
	margin: 16px 16px 10px 10px;
}
.newsbox .item span {
	margin-top: 16px;
	color: #999999;
	display: inline-block;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.newsbox .item p {
	line-height: 25px;
	text-indent: 22px;
	color: #666;
	padding-right: 20px;
	float: left;
	width: 100%;
}
.newsbox .item p a {
	color: #165791;
}
.newsbox .item p a:hover {
	text-decoration: underline;
}
.newsbox .news-div {
	padding: 14px;
	height: 70px;
}
.newsbox .news-div .li {
	width: 50%;
	float: left;
	border-top: 1px dashed #eeeeee;
}
.newsbox .news-div .li p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 16px;
	color: #333333;
}
.newsbox .news-div .li p a:hover {
	text-decoration: underline;
}
.newsbox .news-div .li span {
	color: #999;
	line-height: 24px;
	display: inline-block;
}
/* 焦点图 */
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	top: 0;
}
.flexslider ul img{
	vertical-align: middle;
}
.flex-viewport {
	max-height: 1000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}
.main .prduct h2 {
	height: 37px;
	line-height: 37px;
	color: #333;
	font-size: 16px;
	padding: 0 12px;
	background: -webkit-linear-gradient( #fdfdfd, #f4f9ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fdfdfd, #f4f9ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fdfdfd, #f4f9ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#fdfdfd, #f4f9ff);
	/* 标准的语法 */
	text-align: left;
	border-bottom: 1px solid #e5f0fb;
}
.main .prduct h2 a {
	float: right;
	font-size: 12px;
	color: #2361ba;
}
.main .prduct h2 a:hover {
	text-decoration: underline;
}
.main .prduct {
	overflow: hidden;
	border: 1px solid #e5f0fb;
	margin-top: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.main .ul-list {
	margin: 20px 0;
	overflow: hidden;
}
.main .ul-list li {
	float: left;
}
.main .ul-list li a {
	width: 162px;
	display: block;
}
.main .ul-list .form1,
.main .ul-list .form2,
.main .ul-list .form3,
.main .ul-list .form4,
.main .ul-list .form5 {
	margin-right: 32px;
}
.main .ul-list li span {
	width: 162px;
	text-align: center;
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin-top: 16px;
}
.main .left {
	width: 224px;
	height: 550px;
	background-color: #f4f8fd;
	margin-top: 15px;
	padding-top: 47px;
	overflow: hidden;
	margin-right: 26px;
	float: left;
}
.main .left .ul1 {
	text-align: center;
}
.main .left .ul1 li {
	height: 36px;
	width: 140px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 14px;
	margin: 0 auto;
	position: relative;
}
.main .left .ul1 .form:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #000;
	position: absolute;
	left: 29px;
	top: 17px;
}
.main .left .ul1 a {
	width: 140px;
	line-height: 36px;
	font-size: 16px;
	display: inline-block;
}
.main .left .active {
	background-color: #2361ba;
	color: #fff;
}
.main .left .active:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	left: 29px;
	top: 17px;
}
.main .left .ul1 a:hover {
	background-color: #2361ba;
	color: #fff;
}
.main .left .ul2 li {
	border-bottom: none;
}
.main .left .ul2 li a {
	font-size: 14px;
}
.main .right {
	width: 916px;
	margin-top: 15px;
	float: right;
}
.main .right .p1 {
	border: 1px solid #e5f0fb;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 12px;
}
.main .right .p1 a:hover {
	text-decoration: underline;
}
.main .right .pic {
	width: 914px;
	height: 192px;
	border: 1px solid #e5f0fb;
	position: relative;
	background-image: url(../images/go-bg.png);
	background-repeat: no-repeat;
	background-size: 914px 192px;
	margin-bottom: 12px;
}
.main .right .pic .p2 {
	margin-top: 57px;
	font-size: 30px;
	text-indent: 50px;
	color: #333;
}
.main .right .pic .p3 {
	margin-top: 10px;
	font-size: 30px;
	text-indent: 50px;
	color: #333;
}
.main .right .txt {
	border: 1px solid #e5f0fb;
}
.main .right h3 {
	line-height: 36px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #e5f0fb;
	padding: 0 10px;
	background: -webkit-linear-gradient( #fdfdfd, #f4f9ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fdfdfd, #f4f9ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fdfdfd, #f4f9ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#fdfdfd, #f4f9ff);
	/* 标准的语法 */
}
.main .right .txt-box {
	padding: 36px 68px;
}
.main .right .txt-box p {
	text-indent: 20px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	margin-bottom: 26px;
}
.main .right .txt-box video {
	display: block;
}
.main .right .play-box {
	position: relative;
	width: 615px;
	height: 351px;
	margin: 0 auto;
}
.main .right .play {
	position: absolute;
	display: inline-block;
	width: 78px;
	height: 78px;
	left: 270px;
	top: 138px;
	z-index: 5;
}
/* 底部 */
.footer {
	margin-top: 20px;
}
.footer .link {
	height: 58px;
	width: 100%;
	background-color: #3a8bdc;
}
.footer .link p {
	text-align: center;
	color: #fff;
	line-height: 58px;
	font-size: 14px;
}
.footer .link p a {
	color: #fff;
	margin: 0 8px;
}
.footer .link p span {
	width: 30px;
	display: inline-block;
}
.footer .web-list {
	width: 100%;
	height: 88px;
	background: url(../images/header-bg.png) repeat-x;
	padding-top: 20px;
}
.footer .p1 {
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.footer .p1 a {
	margin: 0 8px;
	color: #333;
}
.footer .p1 a:hover {
	color: #fff;
}
.footer .copy-right {
	color: #73aae4;
	text-align: center;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	z-index: 9;
	width: 100%;
}
.slideBox .hd ul {
	overflow: hidden;
	display: inline-block;
	width: auto;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	z-index: 5;
	/*opacity: 0.5;*/
	/*filter:Alpha(opacity=50);*/
}
.slideBox .hd ul li.on {
	background: #2361ba;
	/*opacity: 1;*/
	/*filter:Alpha(opacity=100);*/
}
.slides img{
	width: 100%;
}
.a_header .logo {
	height: 86px;
	display: block;
	overflow: hidden;
	width: 410px;
	float: left;
	/*margin-top: 15px;*/
}
.a_header .bg-logo {
	float: left;
	margin: 20px;
	display: inline-block;
}
.a_header h1 {
	font-size: 23px;
	font-family: "宋体";
	color: #0374c2;
	margin-top: 27px;
	margin-bottom: 6px;
}
.a_header p {
	color: #333333;
	font-size: 10px;
}
.a_header .search-box {
	float: right;
	display: inline-block;
	margin-top: 31px;
	margin-right: 30px;
}
.a_header .search {
	color: #999;
	float: left;
	width: 183px;
}
.a_header .search input {
	padding-left: 15px;
	border: 1px solid #2169b7;
	height: 30px;
	line-height: 30px;
}
.a_header .button input {
	width: 34px;
	height: 30px;
	background: url(../images/search.png) no-repeat 8px 8px;
	background-color: #0474c2;
	border: none;
	cursor: pointer;
}
.a_header .button {
	float: left;
	margin-left: 5px;
}
/*走进双林*/
.container{
	width: 1170px;
}
.nav_div{
	width: 1170px;
	height: 40px;
	background: url(../images/nav_bg.jpg) repeat;
	background-size:auto 100%;
	/*background: -webkit-linear-gradient(#0b8be4, #0060a3);
	background: -o-linear-gradient(#0b8be4, #0060a3);
	background: -moz-linear-gradient(#0b8be4, #0060a3);
	background: linear-gradient(#0b8be4, #0060a3);*/
}
.nav_item{
	float: left;
	width: 11.11111111111111%;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: relative;
	background: url(../images/nav-list-bg.png) no-repeat;
	background-position: right bottom;
}
.nav_item::before{
	content: '';
	width: 2px;
	height: 48px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	/*background: -webkit-linear-gradient(#9995,#fff8);
	background: -o-linear-gradient(#9995,#fff8);
	background: -moz-linear-gradient(#9995,#fff8);
	background: linear-gradient(#9995,#fff8);*/
}
.nav_item:first-child::before{
	background: none;
}
.nav_item a{
	color: #c4dcec;
	width: 100%;
	float: left;
}
.nav_item.active >a{
	color: #fff;
	font-weight: bold;
}
.nav_item:hover> a{
	color: #fff;
	font-weight: bold;
}
.nav_item ul{
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 3;
	left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	top: 40px;
	text-align: center;
	font-size: 14px;
	border: 1px #eee solid;
}
.nav_item ul li a:hover{
	background: #0c76c0;
	color: #fff;
}
.nav_item ul li a{
	color: #333;
	float: left;
	width: 100%;
	line-height: 1.5;
	padding: 10px 0;
}
.nav_item ul li{
	width: 100%;
	float: left;
}
.a_left{
	background: #f4f8fd;
	padding: 20px 35px;
	min-height: 500px;
}
.a_left a{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 35px;
	margin: 8px 0;
	padding-left: 43px;
	position: relative;
	color: #000;
}
.a_left >a::before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	/*float: left;*/
	display: inline-block;
	line-height: 20px;
	position: relative;
	margin: auto 5px 3px 0;
	left: 0px;
}
.a_left a.now::before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	/*float: left;*/
	display: inline-block;
	line-height: 20px;
	position: relative;
	margin: auto 5px 3px 0;
	left: 0px;
}
.a_left > a:hover{
	background: #0c76c0;
	color: #fff;
}
.a_left > a:hover::before{
	background: #fff;
}
.a_left a.now{
	background: #0c76c0;
	color: #fff;
}
.a_left{
	width: 20%;
	float: left;
}
.a_left span{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 35px;
	margin: 8px 0;
	padding-left: 43px;
	position: relative;
	color: #000;
}
.a_left span a{
	padding: 0;
	margin: 0;
	float: inherit;
	font-size: 14px;
}
.a_main{
	margin-top: 15px;
}
.breadcrumb > li + li::before {
	content: '>';
}
.breadcrumb{
	background: transparent;
	border: 1px #ddd solid;
	border-radius: 0;
}
.a_main_top{
	width: 100%;
	float: left;
	position: relative;
	max-height:190px ;
	overflow: hidden;
}
.a_main_top img{
	width: 100%;
	float: left;
}
.a_main_title{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 7%;
	float: left;
	height: 60px;
}
.a_main_title h3{
	font-size: 30px;
	margin-bottom: 10px;
}
.a_main_title span{
	font-size: 25px;
}
.a_right{
	width: 78%;
	/*padding-left: 20px ;*/
	float: right;
}
.a_sec{
	width: 100%;
	border: 1px #eee solid;
	margin-top: 15px;
	min-height: 600px;
}
.a_sec2{
	float: left;
}
.a_sec_title{
	background: url(../images/title_bg.jpg) repeat;
	background-size: auto 100%;
	border-bottom:  1px #eee solid;
	line-height: 40px;
	padding-left: 20px;
	font-size: 20px;
}
.a_sec_mian{
	padding: 30px 50px;
	width: 100%;
}
.feed_sec_mian{
	padding: 30px 50px;
	width: 100%;
	float: left;
}
.feedback_btn{
	display: block;
}
.feedback_btn button{
	margin: 0 auto;
	display: block;
}
.feed_sec_mian label{
	font-size: 15px;
	font-weight: 400;
}
.cp_sec_mian{
	padding: 30px 50px;
	width: 100%;
	float: left;
}
.a_sec_mian2{
	float: left;
}
.a_sec_mian p{
	margin: 5px 0;
	font-size: 14px;
	/*text-indent: 32px;*/
	line-height: 2.0;
	margin-top:10px;
}
.feed_sec_mian p{
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.5;
}
.con_main p{
	margin: 15px 0;
}
.a_sec_mian img{
	max-width: 90%;
}
.a_sec_mian video{
	width: 70%;
	margin: 50px auto;
	display: block;
}
.map_main dl{
	float: left;
	width: 11.111111111%;
	padding: 0 10px;
}
.map_main dl dt{
	font-size: 16px;
	line-height: 1.6;
}
.map_main dl dd{
	font-size: 14px;
	line-height: 1.5;
}
.a_sec_list dd p:before{
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #333;
	border-radius: 50%;
	line-height: 30px;
	margin-bottom: 3px;
	margin-right: 5px;
}
.a_sec_list dd{
	margin: 10px 0;
}
.a_rongyu_list{
	width: 33.333333333333%;
	float: left;
	padding: 10px;
	margin: 10px 0;
	cursor: pointer;
	font-size: 15px;
	height: 225px;
}
.a_sec_mian .rongyuImg img{
	vertical-align: middle;
}
.flexslider ul li a{
	display: block;
	min-height: 250px;
	position: relative;
}
.flexslider ul li img{
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 2;
}
.rongyuImg{
	height: 190px;
	width: 100%;
	overflow: hidden;
}
.a_rongyu_list span{
	margin-top: 10px;
}
.page{
	float: left;
}
.page span{
	font: 14px/22px "微软雅黑";
	color: #999;
	margin-right: 3px;
}
.page .active{
	background: url(../images/footer_bg.png);
	background-size: 100% auto;
	color: #fff;
}
.page a{
	font: 14px/22px "微软雅黑";
	padding: 0 8px;
	height: 22px;
	color: #333;
	display: inline-block;
	margin: 0;
	background: #ddd;
}
.page a:hover{
	background: url(../images/footer_bg.png);
	background-size: 100% auto;
	color: #fff;
}
.page .page_next, .page .page_prev{
	font: 18px/1 "微软雅黑";
	border: 1px #3a8bdc solid;
}
.mi-page{
	float: right;
}
.a_des_page{
	width: 100%;
	border: 1px #f3f3f3 solid;
	border-top: none;
	float: left;
	padding: 30px 20px;
}
.a_sec_mian2 .small{
	padding-bottom: 30px;
	font-size: 14px;
	border-bottom: 1px #f3f3f3 solid;
	text-indent: 0;
}
.rongyu_des_img{
	width: 75%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	min-height: 600px;
}
.a_main .text-primary{
	color: #2a6496;
}
.dy_list{
	width: 100%;
	float: left;
}
.dy_list li h4 strong{
	font-weight: 600;
}
.dy_list li{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 10px 0;
	border-bottom: 1px #eee solid;
}
.gonggao_main li{
	margin: 5px 0;
	padding: 10px 0;
}
.gonggao_main li a{
	font-size: 16px;
}
.dy_list li:last-child{
	border-bottom: none;
}
.xian_first{
	width: 100%;
	margin: 25px 0;
    font-size: 14px;
    text-indent: 32px;
    line-height: 1.5;
}
.xian_first h4{
	font-size: 16px;
	margin-bottom: 20px;
}
.dy_list .glyphicon{
	display: inline;
	cursor: pointer;
	color: #2361ba;
}
.cp_left a{
	padding-left: 8px;
}
.cp_main_left{
	width: 33.3333333%;
	float: left;
	overflow: hidden;
	height: 315px;
}
.cp_main_left img{
	width: 100%;
}
.cp_main_right{
	padding-left: 30px;
	width: 66.66666666666%;
	float: left;
	line-height: 1.5;
}
.cp_main_right h3{
	font-size: 20px;
	margin-bottom: 15px;
}
.cp_top{
	width: 100%;
	float: left;
}
.cp_main_right p{
	font-size: 14px;
	margin: 3px 0;
	float: left;
}
.cp_main_right p em{
	width: 90px;
	float: left;
	text-align: justify;
}
.cp_main_right p span{
	width: 390px;
	float: left;
}
.cp_main_right p img{
	height: 50px;
	float: left;
}
.cp_bottom{
	width: 100%;
	float: left;
}
.cp_mian_title{
	width: 100%;
	float: left;
	border: 1px #e5f0fb solid;
	line-height: 38px;
	height: 40px;
	padding-left: 15px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}
.cp_mian_title span{
	color: #ff3000;
	font-size: 14px;
}
.cp_mian_title strong{
	font-size: 16px;
}
.cp_mian_title:before{
	content: "";
	width: 2px;
	height: 38px;
	background: #2361ba;
	position: absolute;
	top: 0;
	left: 0;
}
.cp_dy{
	float: left;
	font-size: 14px;
}
.cp_dy dt{
	font-weight: 400;
	margin-top: 5px;
}
.a_sec_mian .media-left {
	max-height: 120px;
	overflow: hidden;
}
.a_sec_mian .media-left img{
	width:95px;
	max-width:95px;
}
.a_sec_mian .media{
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px #e5f0fb solid;
}
.a_sec_mian .media:last-child{
	border-bottom:none;
}
.a_sec_mian .media:first-child{
	padding-top: 0px;
	margin-top: 0;
}
.h_f_item{
	margin:0 16px 20px 16px;
}
.feedback_area{
	min-height: 150px;
	resize: none;
}
.h_f_item img{
	width: 100%;
}































